home *** CD-ROM | disk | FTP | other *** search
- if(_root.Game_play)
- {
- _root.mcTime2.prevFrame();
- _root.cnt_num = _root.cnt_num + 1;
- if(_root.cnt_num >= 3)
- {
- _root.recombo.gotoAndPlay(2);
- _root.cnt_num = 0;
- _root.mission_num--;
- _root.Wnum = _root.Wnum + 1;
- _root.combo += 1;
- if(_root.mission_num <= 0)
- {
- _root.Game_play = false;
- _root.gara._visible = true;
- _root.mission_num = 0;
- }
- if(_root.combo > 1)
- {
- _root.Score += 10 * _root.combo;
- _root.recombo.gotoAndPlay(2);
- _root.bube.gotoAndStop("combo");
- _root.combo_obj.play();
- }
- }
- }
- _root.gara._visible = true;
-